[HVM] Currently in xentrace, MMIO is handled just like other page faults. The
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 14 Jul 2006 13:02:59 +0000 (14:02 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 14 Jul 2006 13:02:59 +0000 (14:02 +0100)
commitc1c2ab0c6fd11fdb37bd5965d98ad43f34e5e6c5
tree05a26f22dc568803a02fdf257de86367ec2be17a
parent164567df7b1410c1e9f76d07d9ceac3ab6e30f3c
[HVM] Currently in xentrace, MMIO is handled just like other page faults. The
tracing parameters are error code and the guest virtual address.
However, if we are to analyze MMIO, tracing gpa makes more sense.

This small pactch replaces the va with gpa when tracing MMIO.

Signed-off-by: Qing He <qing.he@intel.com>
xen/arch/x86/hvm/vmx/vmx.c